Really stop exporting text-related variables
authorMatthias Clasen <mclasen@redhat.com>
Fri, 10 Sep 2010 02:11:36 +0000 (22:11 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 10 Sep 2010 02:11:36 +0000 (22:11 -0400)
gtk/gtktextlayout.h
gtk/gtktexttypes.h

index 3be12a3be2ff192a17e58738c10801d9200a5449..dd51e477009a7ecbeb417fdfb82c81dbda85faa7 100644 (file)
@@ -266,7 +266,7 @@ struct _GtkTextLineDisplay
 };
 
 #ifdef GTK_COMPILATION
-extern PangoAttrType gtk_text_attr_appearance_type;
+extern G_GNUC_INTERNAL PangoAttrType gtk_text_attr_appearance_type;
 #endif
 
 GType         gtk_text_layout_get_type    (void) G_GNUC_CONST;
index b8f8278c929a74b01f34bc592911b94af5701edf..e482c06143b558c3fb99341302cbdd43228877ee 100644 (file)
@@ -43,17 +43,17 @@ typedef struct _GtkTextMarkBody GtkTextMarkBody;
  */
 
 /* In gtktextbtree.c */
-extern const GtkTextLineSegmentClass gtk_text_char_type;
-extern const GtkTextLineSegmentClass gtk_text_toggle_on_type;
-extern const GtkTextLineSegmentClass gtk_text_toggle_off_type;
+extern G_GNUC_INTERNAL const GtkTextLineSegmentClass gtk_text_char_type;
+extern G_GNUC_INTERNAL const GtkTextLineSegmentClass gtk_text_toggle_on_type;
+extern G_GNUC_INTERNAL const GtkTextLineSegmentClass gtk_text_toggle_off_type;
 
 /* In gtktextmark.c */
-extern const GtkTextLineSegmentClass gtk_text_left_mark_type;
-extern const GtkTextLineSegmentClass gtk_text_right_mark_type;
+extern G_GNUC_INTERNAL const GtkTextLineSegmentClass gtk_text_left_mark_type;
+extern G_GNUC_INTERNAL const GtkTextLineSegmentClass gtk_text_right_mark_type;
 
 /* In gtktextchild.c */
-extern const GtkTextLineSegmentClass gtk_text_pixbuf_type;
-extern const GtkTextLineSegmentClass gtk_text_child_type;
+extern G_GNUC_INTERNAL const GtkTextLineSegmentClass gtk_text_pixbuf_type;
+extern G_GNUC_INTERNAL const GtkTextLineSegmentClass gtk_text_child_type;
 
 /*
  * UTF 8 Stubs